home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / graf10.zip / PAPER.INI < prev    next >
INI File  |  1992-04-08  |  501b  |  13 lines

  1. ; A Graffiti INI file must have the section [Background]
  2. ; The keyword Count must exist in that section.
  3. ; Each bitmap must be on a separate line and its keyword must start
  4. ; with BG followed by the bitmap number. No number skipping is allowed
  5. ; and there must be Count number of background entries for Graffiti
  6. ; to function properly.
  7. [Background]
  8. Count=4
  9. ;Background entry format: BG#=<bitmap file>,1 to Tile or 0 to center
  10. BG1=cars.bmp,1
  11. BG2=winlogo.bmp,1
  12. BG3=winlogo.bmp,0
  13. BG4=(None),0